Adding a simple .js redirect through RoR? [closed]
        Posted  
        
            by 
                user18294
            
        on Programmers
        
        See other posts from Programmers
        
            or by user18294
        
        
        
        Published on 2012-09-11T11:36:50Z
        Indexed on 
            2012/09/11
            15:49 UTC
        
        
        Read the original article
        Hit count: 185
        
ruby
I've just been tasked with adding a .js redirect from an RoR site to another domain. The files are being pulled from GitHub, which means I obviously need to edit the files there.
The problem is I know nothing about RoR and coming from an FTP environment, this simple task is proving quite confusing. Can someone please guide me step-by-step on how I would redirect one site to another using JS in this environment?
Thanks for your help!
© Programmers or respective owner